@charset "utf-8";

body{max-width: 1920px; margin: 0 auto;}
/* 通用 */
button,
input {
    outline: none;
    border: 0;
    background: unset;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.swiper-box {
    position: relative;
}

.swiper-button-next-1,
.swiper-button-prev-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next-1 {
    right: -50px;
}

.swiper-button-prev-1 {
    left: -50px;
}

.img-news-swiper {
    width: 49%;
}

.img-news-right>ul {
    justify-content: space-around;
    display: flex;
}

.img-news-right .newstab li+li {
    margin-left: 0;
}

.part1-Swiper .swiper-slide a {
    position: relative;
    display: block;
}

.part1-Swiper .swiper-slide a p {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 55px;
    padding-right: 30%;
    background: #313232;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.part1-Swiper .swiper-slide a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.swiper-pagination-2 {
    text-align: right;
    position: absolute;
    right: 10px !important;
    bottom: 15px !important;
    width: 30%;
    z-index: 9999;
    left: unset !important;
}

.swiper-pagination-2 .swiper-pagination-bullet-active {
    background: #d50f0f;
    width: 35px;
}

.swiper-pagination-2 span {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-2 .swiper-pagination-bullet {
    border-radius: 10px;
}

.part_05-Swiper .swiper-slide {
    height: 230px;
}

.part_05-Swiper .swiper-slide a {
    display: block;
    background: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 5px #66666650;
}

.part_05-Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.w1400 {
    width: 1400px;
    margin: auto;
}

.container {
    width: 1400px;
    margin: 0 auto;
    clear: both;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
}

.index-container {
    /* background: #fff; */
}

.mlhsp-main{position: absolute; top: 0; height: auto;width: 100%;}
.mlhsp-top{ height: 65px; width: 100%; font-size: 16px; float: left;}
.mlhsp-top-l{float: left; width: 750px; line-height: 65px; color: #fff;}
.mlhsp-top-l a{display: block; color: #fff; float: left;}
.mlhsp-top-l span{margin: 0 10px; float: left;}
.mlhsp-top-r{float: right; width: 450px;}
.mlhsp-top-r a{float: right; margin: 15px 10px; padding: 5px 15px; background: #d50f0f; color: #fff; border-radius: 15px; }
.mlhsp-top a:hover{font-weight: bold;}


.header {
    min-width: 1400px;
    height: 550px;
    width: 100%;
    padding-top: 0px;
	background: url(../images/hsp_32.png) top center no-repeat;
}

.header-nav {
    height: 75px;
}

.ershida-title {
    position: absolute;
    top: 350px;
    right: 0;
    width: 200px;
    height: 200px;
}

.ershida-title a {
    width: 100%;
    height: 100%;
    display: block;
}

.sjesdbj {
    display: none;
}

.index-banner {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 30px;
}

.index-banner a {
    display: block;
}



@media screen and (max-width:768px) {
    .ershida-title {
        display: none;
    }

    .sjesdbj {
        display: block;
    }

    .index-banner {
        margin: 0 auto;
        width: 94%;
        margin: 10px 3%;
    }

}





.top-right-border {
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #4b4b4b;
    padding: 10px;
    margin-left: 30px;
}

.header-logo {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 15px;
	padding-top: 30px;
}

.header-logo a {
    display: inline-block;
}

.sousuo {
    width: 600px;
    height: 56px;
    margin: 0 auto;
}

.stxt {
    width: 480px;
    height: 56px;
    padding-left: 50px;
    color: rgb(0, 0, 0, .58);
    font-size: 16px;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 20px 5px rgba(225, 225, 225, 0.3) !important;
    outline: none;
    border: none;
    float: left;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.stxt::placeholder {
    color: rgb(0, 0, 0, .58);
}

button.search {
    width: 120px;
    height: 56px;
    display: block;
    cursor: pointer;
    transition: .3s;
    float: right;
    outline: none;
    background: unset;
    border: unset;
    background: #d50f0f;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}



.navBar {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
	width: 1400px;
}

.nav {
    /* background: #d50f0f; */
    font-size: 26px;
    color: #ffff;
    position: relative;
    justify-content: space-around;
    line-height: 45px;
    padding: 15px 0;
    box-sizing: border-box;
}

.nav a {
    background: linear-gradient(#fff, #fff)no-repeat left bottom;
    background-size: 0 3px;
    transition: all .5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav a::before {
    content: '';
    display: block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.nav li:nth-child(1) a::before {
    background-image: url(../images/hsp_10.png);
}

.nav li:nth-child(2) a::before {
    background-image: url(../images/hsp_12.png);
}

.nav li:nth-child(3) a::before {
    background-image: url(../images/hsp_14.png);
}

.nav li:nth-child(4) a::before {
    background-image: url(../images/hsp_16.png);
}

.nav li:nth-child(5) a::before {
    background-image: url(../images/hsp_18.png);
}

.nav li:nth-child(6) a::before {
    background-image: url(../images/hsp_20.png);
}

.nav li:nth-child(7) a::before {
    background-image: url(../images/hsp_22.png);
}

.nav h3 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    padding: 0 18px;
}

.nav li.active a,
.nav li:hover a {
    background-size: 100% 3px;
}

/* 头条 */
.headnews {
    height: 125px;
    box-sizing: border-box;
	background: #fff;
	padding: 0 15px;
	margin: 20px 0;
}

.headnews-Swiper {
    height: 125px;
    width: 75%;
}

.headnews-Swiper .swiper-slide a {
    text-align: center;
}

.headnews-Swiper .swiper-slide span {
    line-height: 125px;
    color: #333333;
    font-size: 32px;
}

.swiper-pagination-headnews {
    transform: translate3d(0px, 1%, 0) !important;
}

.swiper-pagination-headnews span {
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #d50f0f;
    margin-top: 15px !important;
}

.swiper-pagination-headnews span:nth-child(2) {
    opacity: .5;
}

.swiper-pagination-headnews .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* 图片新闻 */
#news-list-style-1 {
    width: 48%;
}

.img-news-box {
    align-items: flex-start;
    margin-bottom: 30px;
}


.icon-href a.flex {
    flex-direction: column;
    color: #666666;
    font-size: 18px;
}

.icon-href a.flex img {
    margin-bottom: 10px;
    transition: all .5s;
}

.icon-href li {
    width: 15.6%;
    position: relative;
}

.icon-href li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #33333350;
    height: 65px;
    width: 1px;
}

.icon-href li:last-child::after {
    display: none;
}

.icon-href li:hover img {
    transform: rotateY(180deg);
}




.part1_right {
    float: right;
    width: 620px;
    padding-top: 28px;
    position: relative;
}

.part1_right .bd li {
    position: relative;
    overflow: hidden;
    width: 620px;
    height: 360px;
}

.part1_right .bd li img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.part1_right .bg {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.part1_right .text {
    position: absolute;
    width: 620px;
    height: 50px;
    left: 10px;
    bottom: 0;
}

.part1_right .text li {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.part1_right .text li a {
    color: #FFF;
}

.part1_right .num {
    position: absolute;
    right: 10px;
    bottom: -25px;
}

.part1_right .num li {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    transition: margin 0.3s;
    font-size: 0;
    background-color: #FFF;
    cursor: pointer;
}

.part1_right .num li.on {
    background-color: #f5d389;
}

.part1_right>a {
    display: block;
    width: 38px;
    height: 53px;
    position: absolute;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    transform: translateY(-50%);
}

.part1_right>a.prev {
    left: 0;
    background: url(../images/jy_132.png) no-repeat;
}

.part1_right>a.next {
    right: 0;
    background: url(../images/jy_133.png) no-repeat;
}

.part1_right:hover>a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.part1_right:hover>a.prev {
    left: 0px;
}

.part1_right:hover>a.next {
    right: ;
}

.part_02 {
    width: 100%;
    min-width: 1300px;
    padding-top: 40px;
    padding-bottom: 65px;
    background: #fff;
}

.part2_left {
    float: left;
    width: 590px;
}

.newstab {
    height: 42px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #33333350;
}


.newstab li {
    float: left;
    position: relative;
    font-size: 15px;
}

.newstab li+li {
    margin-left: 48px;
}

.newstab li a {
    color: #404742;
    font-size: 20px;
    font-weight: normal;
}

.newstab li.on {
    border-bottom: 4px solid #d50f0f;
}

.newstab li.on,
.newstab li.on a,
.newstab li a:hover {
    color: #d50f0f;
    font-weight: bold;
}

.newstab li {
    padding-bottom: 12px;
}



.newslist {
    padding-top: 14px;
    transition: all 0.4s;
}

.newslist li {
    line-height: 45px;
    position: relative;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 22%;
    text-indent: 12px;
    background: url(../images/2022-li-bg.png) no-repeat left center;
    transition: .3s all;
    padding-left: 0px;
}

.newslist li::before {
    content: '';
    position: absolute;
    left: -0;
    display: block;
    width: 5px;
    height: 5px;
    top: 47%;
    background: #33333350;
    border-radius: 50%;
}

.newslist li a {
    color: #000;
    font-size: 18px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist li a:hover {
    color: #bd1a2d;
}

.newslist li span {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999999;
    font-size: 14px;
}

.newslist-more {
    display: none;
}

.part2_right {
    float: right;
    width: 590px;
}


.part_03 {
    padding-top: 40px;
    padding-bottom: 35px;
}

.home_box {
    margin-left: 5px;
}

.home_box .outHd li.on a:after {
    display: block;
}

.home_box .outHd li.on a:after {
    display: block;
    content: '';
    width: 431px;
    height: 116px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.part_03_tab {
    width: 419px;
    float: left;
    position: relative;
    text-align: center;
    line-height: 75px;
    font-size: 36px;
    letter-spacing: 10px;

    justify-content: center;
}

.part_03_tab p {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    color: #fff;
}

.home_box .outHd li {
    margin: 0 40px;
    background: url(../images/hsp_73.png);
    height: 93px;
}

.home_box .outHd {
    text-align: center;
    display: flex;
    justify-content: center;
}

.home_box .outHd li.on {
    background: url(../images/hsp_71.png);
}



.home_box .outHd li.on .home_zmhd {
    line-height: 80px;
    font-size: 32px;
}

.home_box .outBd {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.home_zwgk_left {
    float: left;
    width: 48%;
}

.home_zwgk_right {
    width: 48%;
    float: right;
}




.home_zwgk_left .newslist li.on p {
    display: block;
    padding-bottom: 10px;
    float: left;
}

.home_zwgk_left .newslist li p a {
    width: auto;
    float: left;
    padding: 0 15px;
    color: #fff;
    background: #bd1a2d;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
    text-indent: 0;
}

.home_zwgk_left .newslist li.on {
    width: 78%;
    height: auto;
    background: none;
}

.newslist li.on span {
    right: 10px;
}



.zwgk-bottom-icon {
    background: #fdf3f3;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-top: 30px;
}

.zwgk-bottom-icon a img {
    margin-bottom: 10px;
    transition: all .5s;
}

.zwgk-bottom-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
}

.zwgk-bottom-icon li:hover img {
    transform: rotateY(180deg);
}

.ad-banner-Swiper .swiper-slide img {
    width: 690px;
    height: 128px;
    object-fit: cover;
}

.swiper-pagination-ad-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.swiper-pagination-ad-banner span.swiper-pagination-bullet-active {
    background: #d50f0f;
}

.swiper-pagination-ad-banner span {
    background: #fff;
    opacity: 1;
    width: 13px;
    height: 13px;
    margin-right: 15px;
}









.home_zwfw {
    margin-top: 0px;
    height: 500px;
}

.home_zwfw-box {
    width: 380px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 5px #33333380;
}

.home_zwfw-title {
    height: 143px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding: 30px;
    box-sizing: border-box;
}

.home_zwfw-box ul {
    padding: 50px 40px;
}

.home_zwfw-box ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_zwfw-box ul a img {
    margin-bottom: 10px;
}

.home_zwfw-box ul li {
    margin: 20px auto;
    width: 33.33%;
}

.wxb-Swiper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wxb-Swiper a span {
    margin-bottom: 10px;
}

.wxb-top-swiper {
    width: 100%;
    position: relative;
}

.swiper-button-next-wxb,
.swiper-button-prev-wxb {
    width: 10%;
    width: 25px;
    height: 39px;
}

.wxb-Swiper {
    width: 80%;
}

.swiper-button-next-wxb {
    background: url(../images/hsp1_844.png)no-repeat;
}

.swiper-button-prev-wxb {
    background: url(../images/hsp1_84.png)no-repeat;
}

.wxb-top-swiper .swiper-button-disabled {
    background: url(../images/hsp1_83.png)no-repeat;
    transform: rotate(180deg);
}

.wxb-top-swiper>div:nth-child(1).swiper-button-disabled {
    transform: rotate(0);
}

.wxb-grfw ul li {
    width: 15.6%;
    margin: 15px 0;
}

.wxb-grfw ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wxb-grfw ul li a img {
    margin-bottom: 10px;
}


.wxb-right {
    width: 400px;
    float: right;
}

.wxb-right-bottom {
    margin-top: 20px;
}

.wxb-right-bottom .title {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.wxb-right-bottom ul {
    margin-top: 15px;
}

.wxb-right-bottom ul li {
    width: 48%;
    border: 1px solid #d50f0f;
    line-height: 50px;
    text-align: center;
    margin: 10px 0;
}

.wxb-right-bottom ul li a {
    font-size: 22px;
    color: #333333;
}

.wxb-right-bottom ul li:hover {
    background: #d50f0f;
}

.wxb-right-bottom ul li:hover a {
    color: #fff;
}






.home-zwfw-box-top {
    width: 900px;
    float: left;
}

.home-zwfw-box-top-l {
    width: 900px;
    float: left;
}

.tc-item-head {
    line-height: 32px;
    background: #f7cfcf;
    height: 32px;
    padding-left: 18px;
}

.home_xjxd {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.home_xjxd li {
    line-height: 45px;
    clear: both;
}

.home_xjxd li .dian {
    display: inline-block;
    width: 8px;
    height: 100%;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    color: #c2c2c2;
    float: left;
}

.xj_tit,
.home_xjxd li a {
    margin-left: 7px;
    width: 500px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.home_xjxd li a:hover {
    color: #bd1a2d;
}

.wxw-title a {
    color: #d50f0f;
    font-weight: bold;
    font-size: 20px;
}

.wxw-title {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 4px solid #d50f0f;
    margin-bottom: 20px;
}

.wxw-bottom-icon ul {
    justify-content: space-around;
    margin-top: 20px;
}

.wxw-bottom-icon ul li {
    background: #f2f2f2;
    padding: 30px 0;
    box-sizing: border-box;
    width: 23%;
    transition: all .5s;
}

.wxw-bottom-icon ul li:hover {
    box-shadow: 0 2px 3px #33333333;
    transform: translateY(-5px);
}

.wxw-bottom-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d50f0f;
    font-size: 22px;
    font-weight: bold;
}

.wxw-bottom-icon a img {
    margin-right: 20px;
}

.wxw-right-box {
    width: 560px;
}

.xj_zt,
.home_xjxd li .bl {
    width: 117px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    vertical-align: middle;
    float: left;
}

.xj_time,
.home_xjxd li .lx {
    width: 110px;
    text-align: center;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    float: left;
}

.home-zxft a {
    line-height: 31px;
}

.home-zxft li.on {
    border: unset;
    background: url(../images/jy3_10.jpg)no-repeat bottom center;
}

.xwb-tab-title {
    height: 80px;
    margin-bottom: 15px;
    margin-top: 30px;
    background: #f5f5f5;
}

.xwb-tab-title li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 73px;
    text-align: center;
}

.xwb-tab-title li+li {
    margin: 0;
}

.xwb-tab-title li a {
    color: #333333;
    font-size: 28px;
}

.xwb-tab-title li.on {
    border-width: 2px;
}

.xwb-tab-title li.on a {
    font-weight: normal;
}

.home-zxft-box {
    margin-top: 20px;
}

.home-zxft-box>img {
    width: 385px;
    height: 193px;
    object-fit: cover;
}

.home-zxft-box .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 45px;
}

.home-zxft-box .p2 {
    font-size: 18px;
    color: #000;
}






.home_zdly {
    margin-top: 40px;
    margin-bottom: 15px;
}

.home_zdly_title {
    font-size: 24px;
    width: 100%;
    font-weight: 600;
}

.home_zdly_list {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 10px 0 rgb(189 26 45 / 30%);
}

.home_zdly_list ul {
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.home_zdly_list ul li {
    height: 60px;
    width: 15.6%;
    float: left;
}

.home_zdly_list ul li span:first-child {
    width: 70px;
}

.home_zdly_list ul li a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.home_zdly_list ul li a:hover span {
    color: #bd1a2d;
}



.home_zdly_list ul li a div {
    height: 60px;
    width: 100%;
    overflow: hidden;
}

.home_zdly_list ul li a div img {
    transition: 0.8s;
    display: block;
}

.home_zdly_list ul li a:hover div img {
    transform: rotateY(360deg);
}

.home_zdly_list ul li a span {
    margin-top: 20px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333;
}




/* 首页专题专栏 */
.part_05 {
    width: 100%;
    min-width: 1300px;
    padding-top: 40px;
    padding-bottom: 35px;
}



.home_ztzl_title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.home_ztzl_title::after {
    content: '';
    display: block;
    width: 89%;
    position: absolute;
    height: 1px;
    background: #d50f0f;
    right: 0;
    bottom: 0;
}

.home_ztzl_title a {
    font-size: 32px;
    color: #d50f0f;
}


.home_ztzl_con {
    height: 200px;
    margin-top: 20px;
}

.home_footer {
    background: #eeeeee;
    height: auto;
}

.footer-nav ul {
    display: flex;
}

.footer-nav ul li {
    display: flex;
    font-size: 14px;
    line-height: 30px;
}

.footer-nav ul li a {
    color: #666666;
}

.footer-nav ul li::after {
    content: '/';
    display: block;
    margin: 0 10px;
}

.footer-nav ul li:last-child::after {
    display: none;
}

.home_footer_link {
    padding: 4px 0 20px;
}

.yqlj_title {
    margin-top: 16px;
    position: relative;
}

.yqlj_title>ul {
    height: 38px;
}

.yqlj_title>ul>li {
    float: left;
    width: 18%;
    list-style-type: none;

}

.yqlj_title>ul>li p {
    text-align: center;
    height: 36px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    transition: .3s all;
    z-index: 6;
    border-radius: 6px;
}

.yqlj_title>ul>li p:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 7px;
    background: url(../images/hsp1_86.png)no-repeat;
    transition: all .3s;
}

.yqlj_title>ul>li.on p:after {
    transform: rotateX(180deg);
}

.yqlj_title>ul>li p em {
    position: absolute;
    right: 12px;
    top: 15px;
    width: 10px;
    height: 6px;
    /* background: url(../images/yqlj_arr.png) no-repeat; */
    transition: .3s all;
}

.yqlj_title>ul>li p i {
    position: absolute;
    left: 50%;
    bottom: 38px;
    margin-left: -14px;
    width: 28px;
    height: 15px;
    display: none;
    /* background: url(../images/yqlj_arr7.png) no-repeat center; */
}

.yqlj_title>ul>li.on p i {
    display: block;
}

.yqlj_title>ul>li.on em {
    transform: rotate(180deg);
}

.yqlj_title>ul>li .yqlj_con1 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 52px;
    background-color: #ffffff;
    padding: 15px 20px 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.yqlj_title>ul>li .yqlj_con1 li {
    float: left;
    width: 14.28571%;
    line-height: 30px;
    list-style-type: none;
    padding: 6px 8px;
    box-sizing: border-box;
}

.yqlj_title>ul>li .yqlj_con1 li a {
    text-decoration: none;
    color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yqlj_con1 li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 4px 0;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.yqlj_title>ul>li .yqlj_con1 table {
    width: 100%;
}

.yqlj_title>ul>li .yqlj_con1 table a {
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
}

.yqlj_title>ul>li .yqlj_con1 table li {
    width: auto;
    margin-left: 1.5%;
}

.yqlj_con1 tr td:first-child {
    font-weight: bold;
    padding-left: 20px;
}

.yqlj_con1 tr:nth-child(2n) td {
    background: #f2f2f2;
}

.home_bottom {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.home_bottom_left {
    margin-top: 10px;
    float: left;
}

.home_bottom_left_links {
    line-height: 30px;
    font-size: 14px;
}

.home_bottom_left_links a {
    color: #666666;
    margin-right: 10px;
}

.home_bottom_left_links span {
    color: #666666;
    margin-right: 10px;
}

.home_bottom_right {
    float: right;
    margin-top: 30px;
}

.home_bottom_right img {
    margin: 0 5px;
}

.wap {
    display: none;
}

.pc {
    display: block;
}


.ad-banner{width: 1350px;}

.part_05 .swiper-box{width: 680px; height: 400px;float: left;}
.part_05 .swiper-box .swiper-slide{width: 680px;height: 400px;}
.part_05 .swiper-box .swiper-slide img{width: 680px; height: 400px;}
.part_05 .swiper-button-prev-1{left: 0;z-index: 1;}
.part_05 .swiper-button-next-1{right: 0;z-index: 1;}
.part_05-l{float: left; margin-left: 10px;width: 315px; height: 400px;margin-right: 10px;}
.part_05-img li{margin-bottom: 20px;}
.part_05-img li img{width: 315px; height: 120px;}
.part_05-img li:last-child{margin-bottom: 0px;}

.news-main{width: 100%; background: url(../images/2023-hsb-main-bg.png) no-repeat center top; height: auto; margin-top: -75px;}
/* 列表页 */
.liebiao_main{width: 100%; height: auto; background: #f2f2f2;}
/* 当前位置 */
.location{padding: 0 20px;}
.location_dqwz{line-height: 45px;  padding: 10px 0 10px 25px; background: url(../images/location_dqwz-red.png) no-repeat 0px center;}
.location_dqwz a{font-size: 16px; color: #333333; padding: 0 5px;}
.location_dqwz a:hover{color: #D50F0F;}

.list_mainBox{background: #fff; }
.list_left{width: 300px; float: left; margin: 20px 0 20px 20px;}
.list_left_title{background: #D50F0F;line-height: 70px;color: #fff;font-size: 24px;font-weight: bold;text-align: center;}
.list_nav li{height: auto;line-height: 30px;font-size: 16px;border-bottom: 1px dashed #ccc; position: relative; padding: 10px 0;}
.list_nav li a{padding-left: 40px; padding-right: 40px; display: block;}
.list_nav li.active{}
.list_nav li.active a{color: #D50F0F;}
.list_nav li:after{content: '';display: block;width: 0;height: 0;position: absolute;bottom: 35%;right: 20px;margin-left: -8px;border-left: 8px solid #999999;border-top: 8px solid transparent;border-bottom: 8px solid transparent;}
.list_nav li.active:after{content: '';display: block;width: 0;height: 0;position: absolute;bottom: 30%;right: 20px;margin-left: -8px;border-left: 8px solid #D50F0F;border-top: 8px solid transparent;border-bottom: 8px solid transparent;}

.list_right{width: 1000px; float: right; margin: 20px 20px 20px 0; border-left: 1px solid #ccc; min-height: 200px; padding-left: 30px;}
.list_right_title{color: #D50F0F; border-bottom: 1px solid #f9bcc3;}
.list_right_title span{display: inline-block;height: auto; font-size: 22px; font-weight: 600; padding-bottom: 10px; border-bottom: 3px solid #D50F0F; margin-bottom: -1px;}
.list_right_con{}

/* 分页 */
div.page{padding: 20px 0px;text-align: center;clear: both;overflow:hidden;width: 100%px;}
div.page a{padding:5px 8px;font-size: 12px; background:#ffffff; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d; margin: 0 3px;}
div.page a:hover{background:#D50F0F; border:1px solid #D50F0F; color: #FFFFFF;}
div.page a.up{ }
div.page a.onhover{background: #D50F0F;border: 1px solid #D50F0F;color: #FFFFFF;}
div.page input{ border:1px solid #cccccc; width:50px;height:20px; line-hegiht:20px; text-align:center;}
div.page span{padding-right:10px;font-size: 14px !important;font-weight: normal !important;}
.page .cur{background: #D50F0F;    border: 1px solid #D50F0F;   color: #FFFFFF;}
.wz-ov-page{height: 25px;font-size: 0px;margin: 40px 0 0 80px;}
.ov-all-num{margin-right: 16px;}
.ov-all-num span{color: #D50F0F;margin: 0 5px;}
.ov-all-num:hover span{color: #fff;}
.wz-ov-page a{float: left;font-size: 14px;line-height: 23px;text-align: center;color: #666;}
.ov-next-prev{height: 23px;width: 60px;margin-right: 13px;border: 1px solid #D50F0F;}
.wz-ov-page a.cur{background: #D50F0F;border: 1px solid #D50F0F;color: #fff;}
.ov-page-text{display: inline-block;width: 23px;height: 23px;border: 1px solid #D50F0F;line-height: 23px;text-align: center;margin: 0 3px;}
.wz-ov-page .ov-page-up{height: 25px;width: 50px;color: #fff;text-align: center;line-height: 25px;background: #D50F0F;margin-left: 10px;}
.ov-page-num{height: 23px;width: 23px;border: 1px solid #D50F0F;margin-right: 6px;}
.ov-next-prev:hover,.ov-page-num:hover{background: #D50F0F;border: 1px solid #D50F0F;color: #fff;}
.ov-fir-la{height: 22px;width: 50px;margin: 0px 6px;text-align: center;}
.list_right_con .newslist li a{font-size: 16px;}

.tygl-tl{width: 100%; border-left: none; margin: 0; padding: 0 20px;}

.tupian-list{width: 100%; float: left;position: relative; height: auto;}
.tupian-list ul{margin-top: 10px;}
.tupian-list ul li{width: 23%; height: 230px; margin: 10px 1%; float: left;overflow: hidden;}
.tupian-list ul li img {width: 100%; height: 190px;}
.tupian-list ul li p{width: 100%; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-size: 16px; text-align: center;}
.tupian-list ul li a:hover{color:#D50F0F ;}

.hsb-tyxl{width: 100%; border-left: none; margin: 0; padding:25px;}
.article-title{text-align:center;font-size:30px;line-height:140%;padding:15px 0;font-weight: bold;}
.article-subtitle{font-size:25px; font-weight: normal; text-align:center; padding-bottom:15px; color:#666666;}
.article-attr{padding-bottom:6px; color:#888888; border-bottom:#e1e1e1 1px solid;}
.article-attr b{font-weight:normal;}
.article-attr-l{float: left; line-height: 36px;}
.article-attr-l span{ margin-right: 30px; display:inline-block; white-space:nowrap;}
.article-attr-r{float: right;}
.article-attr-r .fontsize, .article-attr-r .fenxiang{display: inline-block; line-height: 36px;  margin-right: 12px;float: left;}
.article-attr-r .fontsize a{cursor: pointer; color:#333;}
.article-attr-r .fontsize a:hover{color: #333;}
.article-attr-r .fontsize a{display: inline-block; width: 30px; height: 30px; line-height: 28px; border: transparent 1px solid; text-align: center; border-radius: 3px;}
.article-attr-r .fontsize a.on{border: #D50F0F 1px solid; color: #D50F0F;}
.article-content{clear:both; padding:30px 20px; line-height:2; font-size: 18px; overflow:hidden;}
.article-content img{max-width: 100%; height: auto;}
.article-xgfj{padding: 20px 30px; background: #ebebeb;}
#playercontainer{margin-top: 15px!important;}
.article-ewm{text-align: center;margin-top: 20px;}
.article-ewm p{line-height: 40px;}
.xl_ewm{margin-top: 10px;}
.xl_ewm img{margin: 0 auto;}

.article-fj-bt{color:#D50F0F;font-weight:600;font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.article-fj-list{font-size: 18px;line-height: 30px;margin-bottom: 30px;}
.fenxiang{display: inline-block; line-height: 35px;  margin-right: 12px; float: left;}
/*分享必要样式*/
.detail_share {margin: 14px 24px 0 0;}
.bdsharebuttonbox{margin-top:7px;}
.u-shear{margin-top: 12px;}
.share-main{position: relative;height: 36px; line-height: 36px;}
.share-bar a{margin-right: 6px; float: left; display: block; width: 26px; height: 26px; background:#c9c9c9 url(../images/2022_cont_ico_share.png) no-repeat; border-radius: 50%; margin-left: 13px; margin-top: 5px;}
.share-bar span{float: left; color: #888888;}
.share-bar a:hover {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
.share-bar .share-weixin{background-position: -30px;}
.share-bar .share-weixin:hover{background-color: #1fbc7d;}
.share-bar .share-tsina{background-position: -65px;}
.share-bar .share-tsina:hover{background-color: #fc7354;}
.share-bar .share-qzone{background-position: 4px;}
.share-bar .share-qzone:hover{background-color: #fc7354;}
.weixin-share-open{position: absolute; margin-top: 50px; right: 0; display: none; z-index: 10;}
.weixin-wrap{position: relative; padding: 10px; width: 212px;border: 1px solid #ddd;background-color: #fff;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}
.detail_share {margin: 14px 24px 0 0;}

.referencebox{width: 100%;color: #333;padding:0;clear: both;text-align: left;}
.reference{width: 49%;margin-right: 4px;float: left;margin-bottom: 2px;line-height: 40px;background: #f9f3ea;}
.reference dt{background: #D01122;color: #fff;text-align: justify;float: left;width: 134px;height: 40px;font-size: 16px;padding: 0 30px;}
.reference dt i{display: inline-block;width: 100%;}
.reference dd{padding-left: 20px;float: left;line-height: 40px;text-align: left;font-size: 14px;}
.reference.nn{width: 98.4%;}
.xxgkxl .article-title{margin-top: 30px;}

.sy-zdly li{width: 31%; height: 40px; float: left; margin: 8px 1%; background: #EEEEEE;text-align: center;line-height: 40px;padding-right: 0;}
.sy-zdly li a{display: block;width: 100%;}
.sy-zdly li:hover{background: #D50F0F;}
.sy-zdly li::before{display: none;}
.sy-zdly li:hover a{color: #fff;}

.enclosure h2{color: #D01022;font-weight: 600;font-size: 16px;line-height: 30px;margin-bottom: 10px;}
.enclosure-list li{font-size: 14px;line-height: 40px;}











@media screen and (max-width:768px) {
    body {
        /* background-size: 350%!important; */
    }

    .wap {
        display: block !important;
    }

    .pc {
        display: none;
    }

    .w1400 {
        width: 100%;
    }

    .container {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        margin: auto;
    }
.mlhsp-top{height: 10vw;font-size: 3.5vw;}
.mlhsp-top-l{display: none;}
.mlhsp-top-r{width: 100%;}
.mlhsp-top-r a{margin: 1vw;padding: 1vw 2vw;border-radius: 4vw;}
    .header {
        min-width: 100%;
        height: unset;
        padding-top: 10px;
		background-size: 250%!important;
    }

    .header-top .hb {
        margin-right: 0;
    }

    .top-right a {
        font-size: 12px;
    }

    .top-right span {
        margin: 0 5px;
    }

    .sousuo {
        width: 90%;
        margin-left: 0;
        margin: 0 auto;
        float: none;
        height: 50px;
    }

    .stxt {
        width: 200px;
        padding-left: 5%;
        height: 30px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .header-logo img {
        width: 60%;
    }

    .sousuo .flex {
        justify-content: center;
    }

    button.search {
        width: 60px;
        height: 30px;
    }

    button.search img {
        height: 30px;
        object-fit: contain;
    }

    .search {
        width: 20%;
        height: 50px;
    }

    .header-nav,
    .part_01 {
        background: #bd1a2d;
    }

    .navBar {
        width: 100%;
        height: 120px;
        line-height: 40px;
    }

    .nav {
        width: 100%;
        font-size: 16px;
    }

    .nav a::before {
        display: none;
    }

    .nav li {
        margin: 0 10px;
    }

    .nav .m {
        width: 33.333%;
    }

    .nav h3 a {
        font-weight: 500;
    }

    .nav h3 {
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .nav .m .sub {
        display: none !important;
    }


    .part1_right>a.prev {
        display: none !important;
    }

    .part1_right>a.next {
        display: none !important;
    }

    .part1_right {
        width: 100%;
    }

    .part1_right .text {
        width: 96%;
        left: 0;
        padding-left: 2%;
    }

    .part1_right .bd li {
        width: 100%;
        height: 200px;
    }

    .part2_left,
    .part2_right {
        width: 100%;
        float: none;
    }

    .newstab {
        margin-top: 20px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        height: 42px;
        display: flex;
        line-height: 42px;
    }

    .newstab li a {
        font-size: 16px;
        padding: 0 5px;
        pointer-events: none;
    }


    .header-nav {
        margin-top: 0px;
        padding-bottom: 0;
        height: 120px;
    }

    .part_01 {
        margin-top: -80px;
        padding-top: 0;
        min-width: 100%;
    }

    .newslist li {
        height: 45px;
        line-height: 45px;
        width: 100%;
        padding-right: 0;
    }



    .newslist li a {
        font-size: 16px;
        max-width: 70%;
        position: absolute;
    }

    .newslist {
        padding-top: 5px;
    }

    .newslist li span {
        position: absolute;
        right: unset;
        margin-left: 80%;
    }

    .newslist-more {
        display: block;
        height: 30px;
        background-color: #ececec;
        line-height: 30px;
        text-align: center;
        width: 30%;
        margin: 0 auto;
        margin-bottom: 15px;
    }


    .part_02 {
        padding-top: 20px;
        min-width: 100%;
        padding-bottom: 0;
    }




    .home_zwgk_left,
    .home_zwgk_right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .part_03 {
        padding-top: 0;
        min-width: 100%;
    }



    .home_zwgk_left .newslist li.on {
        box-shadow: none;
    }


    .home_zfxxgk_cwhy {
        width: 100%;
    }



    .home_zwfw {
        height: auto;
    }


    .home-zwfw-box-top {
        height: auto;
        width: 100%;
    }

    .home-zwfw-box-top-l {
        width: 100%;
        float: none;
    }

    .xj_tit,
    .home_xjxd li a {
        width: 60%;
    }

    .xj_zt,
    .home_xjxd li .bl {
        display: none;
    }

    .xj_time,
    .home_xjxd li .lx {
        width: 29%;
    }


    .home_zwgk,
    .home_zwfw,
    .home_zmhd {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 25px;
        color: #FFF;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .wxb-right {
        width: 100%;
    }

    .zw-wap-title {
        font-size: 24px;
        background: #c60128;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        margin: 20px auto;

    }

    .part_05 {
        min-width: 100%;
        padding: 0;

    }

    .home_kjrk_a {
        flex-direction: column;
        font-size: 14px;
        width: 33.33%;
    }

    .home_kjrk_a p {
        font-size: 14px;
    }

    .home_zwgk_left .newstab li a {
        font-size: 16px;
        line-height: 30px;
    }

    .home_box {
        margin-left: 0;
    }

    .home_box .outHd li .part_03_tab img {
        display: none !important;
    }

    .home_box .outHd li {
        margin: 0 5px;
        width: 30%;
    }

    .home_box .outHd {
        width: 100%;
        margin-top: 30px;
    }

    .part_03_tab {
        width: 100%;
    }

    .part_03_tab p {
        margin-left: 0;
    }

    .home_box .outHd .part_03_tab {
        background-image: unset;
        background-color: #fff;
        font-size: 16px;
    }

    .home_box .outHd li.on .part_03_tab {
        background-image: unset;
        background-color: #bd1a2d;
    }


    .part1-Swiper .swiper-slide a img {
        height: 200px;
    }

    .home_ztzl_main {
        width: 100%;
    }

    .home_zwfw-box {
        width: 100%;
    }

    .home_zdly_list ul li {
        width: 48%;
    }

    .home_zdly_list ul li img {
        width: 30px;
    }

    .home_zdly_list ul li span:first-child {
        width: 50px;
    }

    .home_zdly_list ul li a span {
        font-size: 16px;
    }

    .part_05-Swiper .swiper-slide img {
        height: 100px;
    }

    .part_05-Swiper .swiper-slide a {
        font-size: 16px;
    }

    .home_bottom_right {
        float: unset;
        margin: 10px auto;
        text-align: center;
    }

    .home_bottom_right span img {
        max-width: 70px;
    }

    .swiper-button-next-1,
    .swiper-button-prev-1 {
        display: none;
    }

    .home_box .outHd li.on a:after {
        display: none;
    }

    .home_footer {
        padding-bottom: 10px;
    }

    .home_ztzl_title a {
        font-size: 20px;
    }

    .home_ztzl_title {
        background: unset;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .part_03 .outBd>ul {
        display: block !important;
    }

    .home_zwfw {
        height: unset;
    }

    .home_zwfw-box ul {
        padding: 0;
    }

    .home_zwfw-box ul a {
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
    }

    .home_zwfw-title {
        padding: 10px;
    }



    .part_05-Swiper .swiper-slide {
        height: 160px;
    }

    .headnews-Swiper .swiper-slide span {
        font-size: 16px;
    }

    .headnews>span>img {
        width: 40px;
    }

    .img-news-swiper {
        width: 100%;
    }

    #news-list-style-1 {
        width: 100%;
    }

    .newstab li+li {
        margin-left: 10px;
    }

    .icon-href li {
        width: 33%;
        margin-bottom: 20px;
    }

    .icon-href li:nth-child(3n)::after {
        display: none;
    }

    .icon-href a.flex img {
        width: 45px;
    }

    .icon-href a.flex {
        font-size: 16px;
    }

    .footer-nav ul li::after {
        margin: 0 3px;
    }

    .ad-banner-Swiper {
        width: 96%;
    }

    .ad-banner-Swiper .swiper-slide img {
        width: 100%;
        height: 70px;
    }

    .wxw-bottom-icon ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .wxw-bottom-icon a img {
        width: 30px;
    }

    .wxw-bottom-icon a {
        font-size: 16px;
    }

    .wxw-right-box {
        width: 100%;
    }

    .zwgk-bottom-icon li {
        width: 49%;
        margin-bottom: 10px;
    }

    .xwb-tab-title li {
        width: 48%;
    }

    .xwb-tab-title {
        height: 80px !important;
    }

    .swiper-pagination-headnews span {
        margin-top: 5px !important;
    }

    .headnews-Swiper,
    .headnews,
    .headnews-Swiper .swiper-slide span {
        height: 70px;
        line-height: 70px;
    }

    .wxb-grfw ul li {
        width: 24%;
    }

    .wxb-right-bottom ul li a {
        font-size: 16px;
    }

    .home_hdjl_con>ul {
        width: 100%;
    }

    .home_ztzl_title::after {
        display: none;
    }

    .home_bottom_left a,
    .home_bottom_left span {
        font-size: 12px;
    }
    .swiper-pagination-ad-banner{
        padding-right: 10px;
    }

.header-nav{height: 16vw;}
.navBar{height: 16vw;line-height: 8vw;}
.nav{width: 100%;font-size: 4vw;line-height: 8vw;padding:0;display: block;}
.nav li{float: left;width: 29%;margin: 0;}
.nav li:nth-child(1){width: 13%; height: 16vw;line-height: 16vw;border-right: 1px solid rgba(255, 255, 255, 0.15);}
.nav a{background: none;}
.nav li.active a, .nav li:hover a{font-weight: bold;}
.nav li:nth-child(2),.nav li:nth-child(3),.nav li:nth-child(4){border-right: 1px solid rgba(255, 255, 255, 0.15);border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
.nav li:nth-child(5),.nav li:nth-child(6),.nav li:nth-child(7){border-right: 1px solid rgba(255, 255, 255, 0.15);}


.part_05-l{width: 100%;height: auto; margin-left: 0;margin-right: 0;}
.part_05-img li{width: 31%; margin: 0 1%;float: left; height: 18vw;}
.part_05-img li:nth-child(1){margin-bottom: 2vw;}
.part_05-img li img{width: 100%;height: 18vw;}
.part_05 .swiper-box{width: 98%;height: 50vw; margin-bottom: 2vw;margin-left: 1%;}
.part_05 .swiper-box .swiper-slide{width: 100%;height: 50vw;}
.part_05 .swiper-box .swiper-slide img{width: 100%;height: 50vw;}

.news-main{margin-top: 0;background: none;}
.liebiao_main{background: #fff;}
.location{padding: 0;}
.location_dqwz{line-height: 6vw;padding: 2vw 0 2vw 4vw;background-size: 3vw;font-size: 3.5vw;}
.location_dqwz a{font-size: 3.5vw;}
.list_left{width: 100%;margin: 0;}
.list_left_title{line-height: 10vw;font-size: 5vw;}
.list_nav li{line-height: 6vw;font-size: 4vw;padding: 2vw 0;width: 48%;float: left;    margin: 0 1%;}
.list_nav li a{padding-left: 3vw;padding-right: 8vw;}
.list_right{width: 100%;margin: 3vw 0;border-left: none;padding: 0 2vw;}
.list_right_title span{font-size: 5vw;}

.newstab li a{padding: 0 1vw;font-size: 4vw;}
.newslist{padding-top: 2vw;}
.newslist li{height: 9vw;line-height: 9vw;text-indent: 1vw;}
.newslist li a{font-size: 4vw;padding-left: 0;}
.newslist li span{font-size: 3vw;}
.newslist li::before{top: 5.5vw;left: 1vw;width: 2vw;height: 2vw;display: none;}
.newslist-more{display: block;height: 8vw;background-color: #ececec;line-height: 8vw;text-align: center;width: 30%;margin: 0 auto;margin-bottom: 3vw;font-size: 3vw;}

.list_right_con .newslist li a{font-size: 4vw;}
div.page{width: 100%;line-height: 35px;}
div.page a{display: none;margin: 0 3px;padding: 0 10px;}
.ov-next-prev, .ov-next-prev{display: inline-table!important; }

.tupian-list ul{margin-top: 2vw;}
.tupian-list ul li{width: 48%; height: 38vw; margin: 2vw 1%;}
.tupian-list ul li img{height: 28vw;}
.tupian-list ul li p{height: 10vw; line-height: 10vw;font-size: 3.5vw;text-align: center;}

.hsb-tyxl{padding: 2vw;}
.article-title{font-size: 5vw;padding: 2vw 0;}
.article-subtitle{font-size: 4vw;padding-bottom: 2vw;}
.article-attr-r{display: none;}
.article-attr-l{line-height: 6vw;}
.article-attr-l span{margin-right: 2vw;font-size: 3vw;}
.article-content{padding: 2vw;font-size: 4vw;}
.article-content video{max-width:100%!important;}
#playercontainer{max-width:100%!important; max-height:60vw!important;}
.article-content .TRS_UEDITOR,.article-content .TRS_UEDITOR span,.article-content .TRS_UEDITOR div,.article-content .TRS_UEDITOR p{font-size: 4vw!important;line-height: 2!important;}
.article-xgfj{padding: 2vw;}
.article-fj-bt{font-size: 4vw;line-height: 1;margin-bottom: 2vw;}
.article-fj-list{font-size: 3.5vw;line-height: 1.5;margin-bottom: 2vw;}
.article-ewm{display: none;}

.referencebox{padding: 2vw;}
.reference{width: 100%;margin-right: 0;line-height: 8vw;}
.reference dt{width: 20vw;height: 8vw;font-size: 3.5vw;padding: 0 2vw;}
.reference dd{padding-left: 4vw;line-height: 8vw;font-size: 3.5vw;}
.reference.nn{width: 100%;}

.xxgkxl .article-title{margin-top: 2vw;}

.sy-zdly li{width: 48%;font-size: 4vw;}
.sy-zdly li a{max-width: 100%;}




}